From 81ab66fb33628d46d830e37361c1bf53397f30ba Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 24 Jun 2009 04:29:33 +0000 Subject: [PATCH] More doc for Delbin. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3672 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/xmldoc/formats/delbin.xml | 72 ++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 gpsbabel/xmldoc/formats/delbin.xml diff --git a/gpsbabel/xmldoc/formats/delbin.xml b/gpsbabel/xmldoc/formats/delbin.xml new file mode 100644 index 000000000..4dd4a1f4d --- /dev/null +++ b/gpsbabel/xmldoc/formats/delbin.xml @@ -0,0 +1,72 @@ + + The 'delbin' module supports Delorme PN-20, PN-30, and PN-40 receivers. + + Mac OS/X is not supported. We need to figure out the codeless + kext thing to keep the OS from claiming this as a HID, which is + the interface it presents to the host OS. + + + + Not all strains of Linux are supported. Fedora 7 is known not to work. + + + + + Only the 'usb:' device is supported. If you're on Windows, do not attempt to + run this through the serial driver. + + + + This module implements the (undocumented) waypoint extensions introduced + in firmware version 2.5 for enhanced geocaching mode. As these are reverse + engineered, there may be issues with those modes in particular. + + + + Command to send a pocket query (GPX) to a Delorme PN device + + + gpsbabel -i gpx -f "My Caches.gpx" -o delbin -F usb: + + + + + +GPSBabel supports the following Magellan receivers: + + 310 + 315 + Map330 + SporTrak Map Color + SporTrak Map + SporTrak Map Pro + SporTrak Map Topo + Meridian (green or yellow) + Meridian Gold + Meridian Platinum + Meridian Color + Explorist 100 (with aftermarket cable) + Explorist 200 (with aftermarket cable) + Explorist 300 (with aftermarket cable) + Explorist 210 + Explorist 300 + Explorist 400 + Explorist 500 + Explorist 600 + Explorist XL + + + + + This format is used for both the serial protocol used on the + devices with serial ports such as Map330 and Meridian and for + the files stored either in either the unit's internal memory + (Explorist 210, Explorist 400, Explorist 500, Explorist 600, + Explorist XL) or on removable memory. + + + If you specify a serial port for the file (.e.g. "COM1", "/dev/ttyS0") + to be read or written, GPSBabel will use serial protocol. Specifying + a file, either on local filesystem or on a mounted flash card reader, + will results in the file-based format being used. + -- 2.30.2